Vcenter NamespaceManagement LoadBalancers HAProxyInfo

Vcenter NamespaceManagement LoadBalancers HAProxyInfo
Vcenter NamespaceManagement LoadBalancers HAProxyInfo

This schema is deprecated as of vSphere API 9.0.0.0.

The Vcenter NamespaceManagement LoadBalancers HAProxyInfo contains information related to the HAProxy load balancer in the namespace.

This schema was added in vSphere API 7.0.1.0.

JSON Example
{
    "servers": [
        {
            "host": "string",
            "port": 0
        }
    ],
    "username": "string",
    "certificate_authority_chain": "string"
}
servers
Required

This property is deprecated as of vSphere API 9.0.0.0.

A list of the addresses for the DataPlane API servers used to configure HAProxy.

This property was added in vSphere API 7.0.1.0.

string
username
Required

This property is deprecated as of vSphere API 9.0.0.0.

An administrator user name for accessing the HAProxy Data Plane API server.

This property was added in vSphere API 7.0.1.0.

string
certificate_authority_chain
Required

This property is deprecated as of vSphere API 9.0.0.0.

PEM-encoded CA certificate chain which is used to verify x509 certificates received from the server.

This property was added in vSphere API 7.0.1.0.

Deprecated